nicolo
(usa Ubuntu)
Enviado em 05/04/2008 - 22:47h
No meu slack 12 editei o /etc/X11/xorg.conf e mudei a resolução na mão
kedit /etc/X11/xorg.conf
Onde estava 1024x768 troquei por 1440x900, mas só uso o defaul depth 24, logo bastaria trocar só esse.
Depois se precisar é só ir no screen resolution e mudar, mas acho que nem isso precisa.
O gnome (dropline gnome) tem isso não me lembro se o kde tem.
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
Deve funcionar.